home *** CD-ROM | disk | FTP | other *** search
/ DC CD-ROM Comic Book: Aq…- War of the Water Worlds / DC CD-ROM Comic Book: Aquaman - War of the Water Worlds.iso / pc / master10.dxr / 00025.ls < prev    next >
Encoding:
Text File  |  1996-08-30  |  508 b   |  18 lines

  1. on mouseUp
  2.   global k, s40
  3.   if k = 0 then
  4.     puppetSound(0)
  5.     set the visible of sprite 22 to 0
  6.     set the visible of sprite 21 to 1
  7.     animate(EMPTY, 21, "A10-2A-1.bmp", 4, s40, EMPTY)
  8.     animate(EMPTY, 21, "A10-2A-1.bmp", -4, s40, EMPTY)
  9.     animate(EMPTY, 21, "A10-2A-1.bmp", 4, s40, EMPTY)
  10.     animate(EMPTY, 21, "A10-2A-1.bmp", -4, s40, EMPTY)
  11.     set the visible of sprite 22 to 1
  12.     set the visible of sprite 21 to 0
  13.     set k to 1
  14.     puppetSprite(21, 0)
  15.     puppetSprite(22, 0)
  16.   end if
  17. end
  18.